{load_language_text section="box_filter"} {block name="filter_selection_template_links"}
{block name="filter_selection_template_links_label"} {/block} {foreach name=features item=feature_value from=$content_data.FEATURE_VALUE_DATA} {block name="filter_selection_template_links_item"}
{if $feature_value.VISIBLE == false && $feature_value.DISPLAY_MODE == 1} {block name="filter_selection_template_links_item_inactive"} {$feature_value.NAME} {/block} {else} {block name="filter_selection_template_links_item_active"} {$feature_value.NAME} {/block} {/if}
{/block} {/foreach}
{/block}